.travis.yml: Delete, we aren't using it right now
authorColin Walters <walters@verbum.org>
Fri, 5 Aug 2016 20:30:13 +0000 (16:30 -0400)
committerAtomic Bot <atomic-devel@projectatomic.io>
Fri, 5 Aug 2016 20:50:43 +0000 (20:50 +0000)
@smcv will re-add a new version.

Closes: #439
Approved by: smcv

.travis.yml [deleted file]

diff --git a/.travis.yml b/.travis.yml
deleted file mode 100644 (file)
index 69ea10f..0000000
+++ /dev/null
@@ -1,24 +0,0 @@
-# We're just using a "stubbed out" Travis right now so we can
-# use Homu <https://github.com/barosl/homu> to auto-squash
-# etc.
-#
-# In the future we'll hook up better tests.
-language: c
-dist: trusty
-addons:
-    apt:
-    packages:
-      - automake
-      - autotools-dev
-script:
-  - env NOCONFIGURE=1 ./autogen.sh
-
-notifications:
-  # This is Colin's personal Homu instance.  We will
-  # also work on productizing this in Project Atomic.
-  webhooks: http://escher.verbum.org:54856/travis
-  email: false
-
-branches:
-  only:
-    - auto